home *** CD-ROM | disk | FTP | other *** search
- /*
- $Id$
- $Log$
- Desc:
- Lang: english
- */
- #include "exec_intern.h"
-
- /*****************************************************************************
-
- NAME */
- #include <clib/exec_protos.h>
-
- __AROS_LH2(APTR, InitResident,
-
- /* SYNOPSIS */
- __AROS_LA(struct Resident *, resident, A1),
- __AROS_LA(unsigned long , segList, D1),
-
- /* LOCATION */
- struct ExecBase *, SysBase, 17, Exec)
-
- /* FUNCTION
-
- INPUTS
-
- RESULT
-
- NOTES
-
- EXAMPLE
-
- BUGS
-
- SEE ALSO
-
- INTERNALS
-
- HISTORY
- 29-10-95 digulla automatically created from
- exec_lib.fd and clib/exec_protos.h
-
- *****************************************************************************/
- {
- __AROS_BASE_EXT_DECL(struct ExecBase *,SysBase)
-
- return NULL;
- } /* InitResident */
-